From: Lars Ingebrigtsen Date: Sat, 22 Jan 2022 15:46:46 +0000 (+0100) Subject: Fix print-unreadable-function documentation X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3289^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f57f28935a1f0c46776976dd497322a07d248f5f;p=emacs.git Fix print-unreadable-function documentation * doc/lispref/streams.texi (Output Variables): Fix description of non-string values. --- diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 784adb9bd51..bf728ea3e93 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -895,9 +895,9 @@ be called to handle printing of these objects. The function will be called with two arguments: the object and the @var{noescape} flag used by the printing functions (@pxref{Output Functions}). -The function should return either @code{nil} (print nothing), or a -string (which will be printed), or any other object (which means that -the object should be printed normally). For instance: +The function should return either @code{nil} (print the object as +usual), or a string (which will be printed), or any other object +(don't print the object). For instance: @example (let ((print-unreadable-function